home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch03s02s07.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  8.8 KB  |  218 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>2.7.┬áScissors Tool</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch03s02.html" title="2.┬áSelection Tools" />
  12.     <link rel="prev" href="ch03s02s06.html" title="2.6.┬áSelect By Color Tool" />
  13.     <link rel="next" href="ch03s03.html" title="3.┬áBrush Tools" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">2.┬áSelection Tools</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch03s02s06.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">2.7.┬áScissors Tool</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch03s03.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="gimp-tool-iscissors"></a>2.7.┬áScissors Tool</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <a id="id3434584" class="indexterm"></a>
  38.       <div class="informalfigure">
  39.         <div class="mediaobject">
  40.           <img src="../images/toolbox/toolbox-scissor.png" />
  41.           <div class="caption">
  42.             <p>
  43.            Intelligent Scissors tool icon in the Toolbox.
  44.         </p>
  45.           </div>
  46.         </div>
  47.       </div>
  48.       <p>
  49.     The Intelligent Scissors tool is an interesting piece of
  50.     equipment:  it has some features in common with the Lasso,
  51.     some features in common with the Path tool, and some features all
  52.     its own.  It is useful when you are trying to select a region
  53.     defined by strong color-changes at the edges.  To use the
  54.     Scissors, you click to create a set of "control nodes" 
  55.     at the edges of the region you are trying to select.  The tool
  56.     produces a continuous curve passing through these control nodes,
  57.     following any high-contrast edges it can find.  If you are lucky,
  58.     the path that the tool finds will correspond to the contour you
  59.     are trying to select. 
  60.   </p>
  61.       <p>
  62.     Each time you left-click with the mouse, you create a new control
  63.     point, which is connected to the last control point by a curve
  64.     that tries to follow edges in the image.  To finish, click on the
  65.     first point (the cursor changes to indicate when you are in the
  66.     right spot).  You can adjust the curve by dragging the control
  67.     nodes, or by clicking to create new control nodes.  When you are
  68.     satisfied, click anywhere inside the curve to convert it into a
  69.     selection. 
  70.   </p>
  71.       <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
  72.         <table border="0" summary="Warning">
  73.           <tr>
  74.             <td rowspan="2" align="center" valign="top" width="25">
  75.               <img alt="[Warning]" src="../images/warning.png" />
  76.             </td>
  77.             <th align="left">Warning</th>
  78.           </tr>
  79.           <tr>
  80.             <td colspan="2" align="left" valign="top">
  81.               <p>
  82.       Be sure not to click inside the curve until you are completely
  83.       done adjusting it.  Once you have converted it into a selection,
  84.       undoing takes you back to zero, and you will have to to start
  85.       constructing the curve again from scratch if you need to change
  86.       it. Also be sure not to switch to a different tool, or again all
  87.       of your carefully created control nodes will be lost.
  88.     </p>
  89.             </td>
  90.           </tr>
  91.         </table>
  92.       </div>
  93.       <p>
  94.     Unfortunately, there seem to be some problems with the
  95.     edge-following logic for this tool, with the result that the
  96.     selections it creates tend to be pretty crude in a lot of cases.  A
  97.     good way to clean them up is to switch to <a href="ch04s03s05.html" title="3.5.┬áQuick Mask">QuickMask</a> mode, and use paint tools to
  98.     paint in the problematic parts.  On the whole, most people find
  99.     the Path tool to be more useful than the Scissors, because, even
  100.     though it does not have the intelligent edge-finding capability,
  101.     the paths it produces persist until you delete them, and can be
  102.     altered at any time. 
  103.   </p>
  104.       <div class="simplesect" lang="en" xml:lang="en">
  105.         <div class="titlepage">
  106.           <div>
  107.             <div>
  108.               <h4 class="title"><a id="id3434691"></a>How to Activate</h4>
  109.             </div>
  110.           </div>
  111.         </div>
  112.         <p>
  113.       The Intelligent Scissors can be activated from an image
  114.       menu as
  115.       <span class="guimenu">Tools</span>-><span class="guisubmenu">Selection Tools</span>-><span class="guimenuitem">Intelligent Scissors</span>; 
  116.       from the Toolbox by clicking on the tool icon 
  117.       <span class="guiicon">
  118.     <span class="inlinemediaobject"><img src="../images/toolbox/scissor.png" /></span>
  119.       </span>;
  120.       or from the keyboard using the shortcut <span><b class="keycap">i</b></span>.
  121.     </p>
  122.       </div>
  123.       <div class="simplesect" lang="en" xml:lang="en">
  124.         <div class="titlepage">
  125.           <div>
  126.             <div>
  127.               <h4 class="title"><a id="id3434748"></a>Key modifiers (Defaults)</h4>
  128.             </div>
  129.           </div>
  130.         </div>
  131.         <p>
  132.       The Fuzzy Select tool does not have any special key modifiers,
  133.       only the ones that affect all selection tools in the same way.
  134.       See <a href="ch03s02.html#gimp-tool-select" title="2.1.┬áCommon Features">Selection Tools</a> for
  135.       help with these.
  136.     </p>
  137.       </div>
  138.       <div class="simplesect" lang="en" xml:lang="en">
  139.         <div class="titlepage">
  140.           <div>
  141.             <div>
  142.               <h4 class="title"><a id="id3434770"></a>Options</h4>
  143.             </div>
  144.           </div>
  145.         </div>
  146.         <div class="informalfigure">
  147.           <div class="mediaobject">
  148.             <img src="../images/toolbox/tool-options-scissor.png" />
  149.             <div class="caption">
  150.               <p>
  151.             Tool Options for the Intelligent Scissors
  152.           </p>
  153.             </div>
  154.           </div>
  155.         </div>
  156.         <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
  157.           <table border="0" summary="Note">
  158.             <tr>
  159.               <td rowspan="2" align="center" valign="top" width="25">
  160.                 <img alt="[Note]" src="../images/note.png" />
  161.               </td>
  162.               <th align="left">Note</th>
  163.             </tr>
  164.             <tr>
  165.               <td colspan="2" align="left" valign="top">
  166.                 <p>
  167.         See <a href="ch03s02.html#gimp-tool-select" title="2.1.┬áCommon Features">Selection Tools</a> for
  168.         help with options that are common to all these tools.  Only
  169.         options that are specific to the Intelligent Scissors
  170.         tool are explained here.
  171.       </p>
  172.               </td>
  173.             </tr>
  174.           </table>
  175.         </div>
  176.         <div class="variablelist">
  177.           <dl>
  178.             <dt>
  179.               <span class="term">Show Interactive Boundary</span>
  180.             </dt>
  181.             <dd>
  182.               <p>
  183.             If this option is enabled, dragging a control node during
  184.             placement will indicate the path that will be taken by the
  185.             selection boundary.  If it is not enabled, the node will be
  186.             shown connected to the previous node by a straight line
  187.             while you are dragging it around, and you won't see the
  188.             resulting path until you release the pointer button.  On
  189.             slow systems, if your control nodes are far apart, this may
  190.             give a bit of a speed-up.
  191.           </p>
  192.             </dd>
  193.           </dl>
  194.         </div>
  195.       </div>
  196.     </div>
  197.     <div class="navfooter">
  198.       <hr />
  199.       <table width="100%" summary="Navigation footer">
  200.         <tr>
  201.           <td width="40%" align="left"><a accesskey="p" href="ch03s02s06.html">Prev</a>┬á</td>
  202.           <td width="20%" align="center">
  203.             <a accesskey="u" href="ch03s02.html">Up</a>
  204.           </td>
  205.           <td width="40%" align="right">┬á<a accesskey="n" href="ch03s03.html">Next</a></td>
  206.         </tr>
  207.         <tr>
  208.           <td width="40%" align="left" valign="top">2.6.┬áSelect By Color Tool┬á</td>
  209.           <td width="20%" align="center">
  210.             <a accesskey="h" href="index.html">Home</a>
  211.           </td>
  212.           <td width="40%" align="right" valign="top">┬á3.┬áBrush Tools</td>
  213.         </tr>
  214.       </table>
  215.     </div>
  216.   </body>
  217. </html>
  218.